home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Workbench / Archive / PPCxDMS / rd_src.lha / src2 / smakefile < prev   
Encoding:
Makefile  |  1998-02-28  |  231 b   |  10 lines

  1. # smakefile for readdisk for powerUP (TM)
  2. # 1998 by Andreas R. Kleinert
  3.  
  4. CC   = SCPPC
  5. OBJS = readdisk.o
  6.  
  7. /Amiga-bin/readdisk.elf: $(OBJS)
  8.  
  9.    ppc-amigaos-ld -r lib:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o ../Amiga-bin/readdisk.elf
  10.